projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba02ac8
)
; * lisp/subr.el (interactive-p): Note to not remove in a hurry.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 6 Dec 2020 09:34:14 +0000
(10:34 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 6 Dec 2020 09:37:31 +0000
(10:37 +0100)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 4b75268c04d636f4146d6fe32c2afd945f2d1b13..cf41f77f2dc6b3939c46d8baa3f3bd9baf8d86e3 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-5258,6
+5258,8
@@
use `called-interactively-p'.
To test whether a function can be called interactively, use
`commandp'."
+ ;; Kept around for now. See discussion at:
+ ;; https://lists.gnu.org/r/emacs-devel/2020-08/msg00564.html
(declare (obsolete called-interactively-p "23.2"))
(called-interactively-p 'interactive))